home *** CD-ROM | disk | FTP | other *** search
/ Champak 114 / Vol 114.iso / games / ophel001.swf / scripts / DefineSprite_1015 / frame_1 / DoAction.as
Encoding:
Text File  |  2010-08-12  |  222 b   |  13 lines

  1. if(eval("/Variables:FlechesPrises") == true and eval("/Variables:FlechesAttachees") == false)
  2. {
  3.    nextFrame();
  4. }
  5. else if(eval("/Variables:FlechesAttachees") == true)
  6. {
  7.    gotoAndStop(3);
  8. }
  9. else
  10. {
  11.    stop();
  12. }
  13.